Pour installer gmrun ([[apt://gmrun|Installer en 1 clic.]])
#!/bin/sh\\
resolution=$(echo $(xdpyinfo | grep dimensions:|cut -f2- -d"x"|cut -f1 -d" ")-140|bc)\\
echo "top=$resolution" > $HOME/.gmrunrc\\
echo "left=40" >> $HOME/.gmrunrc\\
/usr/bin/gmrun\\
exit 0;\\